home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / examples / image_extensions / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.4 KB  |  46 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees, 
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.     ~opengl2/examples/image_extensions README
  9.  
  10.             Copyright 1994-1996, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.     A collection of programs that exercise some of the 
  16.     GL extensions introduced only in IRIX 5.3 and IRIX 6.2.
  17.        All of these programs (should!) check if the extension exists 
  18.     before trying it.
  19.  
  20.     NOTE:
  21.     These programs have been #ifdef'ed so that they will compile
  22.     on older release (prior to IRIX 5.3), but because these 
  23.     programs use extensions to the OpenGL standard, they will 
  24.     not run properly on releases that do not support these extensions.
  25.     IRIX 5.3 or later is recommended.
  26.  
  27.     convolution.c
  28.     Uses the GL_EXT_convolution extension to sharpend an image.
  29.     The original image is displayed on the left and the sharpened
  30.     image is displayed on the right.
  31.  
  32.         Escape Key              - exit the program
  33.  
  34.     histogram.c
  35.     Use the GL_EXT_histogram extension to display an image 
  36.     with its histogram.
  37.  
  38.         Escape Key              - exit the program
  39.  
  40.     histconv.c
  41.     Use the GL_EXT_histogram extension to display a convolved image 
  42.     with its histogram.
  43.  
  44.         Escape Key              - exit the program
  45.  
  46.